home *** CD-ROM | disk | FTP | other *** search
/ Spiceworld The Movie - Interactive CD-ROM / Spiceworld The Movie: Interactive CD-ROM.iso / pc / elements / spicetwo.dir / scripts_121.ls < prev    next >
Encoding:
Text File  |  1997-12-04  |  253 b   |  16 lines

  1. on prepareFrame
  2.   global LOOPFRAME, VIDVOLUME
  3.   if not (LOOPFRAME = the frameLabel) then
  4.     initialiseFrame()
  5.     set the visible of sprite 54 to 0
  6.     set the visible of sprite 51 to 0
  7.   end if
  8. end
  9.  
  10. on enterFrame
  11. end
  12.  
  13. on exitFrame
  14.   go(the frame)
  15. end
  16.